-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add Sonatype Lift as a dependency update tool, doc upgrade #2328
Conversation
babd846
to
49b2e14
Compare
@theresa-m looking at https://help.sonatype.com/lift, Sonatype Lift seems to be a code analysis tool and not really something that helps with automatic dependency updates? |
7e7e60f
to
bb6fa01
Compare
Integration tests success for |
hey @azeemshaikh38 Lift notifies projects of new and existing vulnerabilities in dependencies. The goal of the dependency upgrade tool is to keep projects up to date in hopes of avoiding vulnerable versions. I believe they accomplish that same goal. |
bb6fa01
to
3fd2520
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2328 +/- ##
==========================================
+ Coverage 40.55% 40.61% +0.06%
==========================================
Files 112 112
Lines 8822 8831 +9
==========================================
+ Hits 3578 3587 +9
Misses 4984 4984
Partials 260 260 |
Integration tests success for |
76169d4
to
074a458
Compare
Integration tests success for |
Integration tests success for |
Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com>
Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com>
Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com>
074a458
to
b11042c
Compare
Integration tests success for |
* Add Sonatype Lift as a dependency update tool, doc upgrade Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Fix integration tests Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Generate docs Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: latortuga <latortugaaaa>
* Add Sonatype Lift as a dependency update tool, doc upgrade Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Fix integration tests Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Generate docs Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: nathaniel.wert <nathaniel.wert@kudelskisecurity.com>
* Add Sonatype Lift as a dependency update tool, doc upgrade Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Fix integration tests Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Generate docs Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: nathaniel.wert <nathaniel.wert@kudelskisecurity.com>
* Add Sonatype Lift as a dependency update tool, doc upgrade Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Fix integration tests Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> * Generate docs Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com> Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com>
What kind of change does this PR introduce?
This change adds Sonatype Lift as a dependency update tool and updates documentation to include Lift and the previously added PyUp tool.
What is the current behavior?
dependabot, renovatebot, PyUp are recognized dependency upgrade tools.
What is the new behavior (if this is a feature change)?**
Configuration files for Sonatype Lift are detected as an option for the dependency update tool check.
I've added Lift configuration file names to an existing test although it doesn't appear to actually run. Please advise if this test was intended to be removed.
Which issue(s) this PR fixes
#2312
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to
the
release-note
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)